From: Dave Love Date: Sun, 8 Dec 2002 19:12:07 +0000 (+0000) Subject: (mule-diag): Move where it's X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~29301 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d5b945f0a104a95ead3f434c938ee38951bd682f;p=emacs.git (mule-diag): Move where it's required. --- diff --git a/lisp/international/code-pages.el b/lisp/international/code-pages.el index 33975a6eb2f..3049ae5863c 100644 --- a/lisp/international/code-pages.el +++ b/lisp/international/code-pages.el @@ -54,8 +54,6 @@ ;;; Code: -(require 'mule-diag) ; for non-iso-charset-alist - (defun cp-make-translation-table (v) "Return a translation table made from 128-long vector V. V comprises characters encodable by mule-utf-8." @@ -152,6 +150,11 @@ read/written by MS-DOS software, or for display on the MS-DOS terminal." cp (cp-charset-for-codepage cp) (cp-offset-for-codepage cp)))))) ) ; eval-after-load +;; For `non-iso-charset-alist'. Do this after redefining +;; `cp-supported-codepages', which is called through loading +;; mule-diag. +(require 'mule-diag) + ;; Macro to allow ccl compilation at byte-compile time, avoiding ;; loading ccl. ;;;###autoload